home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / motifpg2.zip / Imakefile < prev    next >
Makefile  |  1992-07-03  |  303b  |  15 lines

  1. #
  2. # example programs top level Imakefile
  3. #
  4. #
  5.  
  6. #define IHaveSubdirs
  7. #define XMLIB /usr/lib/libXm.a
  8. #define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'
  9.  
  10. SUBDIRS = ch02 ch03 ch04 ch05 ch06 ch07 ch08 ch09 ch10 ch11 ch12 ch13 ch14
  11.  
  12. MakeSubdirs($(SUBDIRS))
  13. DependSubdirs($(SUBDIRS))
  14. CleanSubdirs($(SUBDIRS))
  15.